-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chacha20 poly1305 #439
Open
marakew
wants to merge
83
commits into
cisco:chacha20_poly1305_dev
Choose a base branch
from
marakew:master
base: chacha20_poly1305_dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chacha20 poly1305 #439
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Guido Vranken <[email protected]>
…ck traces Signed-off-by: Guido Vranken <[email protected]>
marakew
force-pushed
the
master
branch
19 times, most recently
from
February 28, 2019 16:21
c6da6af
to
e6787b2
Compare
Coverity format warnings
travis osx builds that use brew seam to need a newer version of xcode in order to have a ruby version that works. This really should have been automatic on the travis side. Nss is now pre installed.
set xcode version in travis for some osx builds
Allow the pcap file to be read from a physical file, but maintain default stdin behaviour. Allow the byte offset of the RTP packet to be specified such that if a non-tcp transport is used (e.g. UDP) the RTP packet can still be read correctly.
Add extra command line options for more flexibility
This prevents hardcoded paths from breaking the build.
Using android-ndk-r20b and test both cmake and configure builds
…android Add ci builds for ios and android
Coverity fixes
enable a flag to disable pcap dependency when build test apps
Bump version
Modify cmake to install crypto_types.h instead of cipher_types.h
This avoids overriding LD_LIBRARY_PATH that may be set by the user who invokes the building/testing process when not necessary.
Don't set LD_LIBRARY_PATH if CRYPTO_LIBDIR is not set
Spelling and typo corrections.
gcc-10 defaults to -fno-common which reveals a symbol conflict with bit_string. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678
Fix building with gcc-10
Also ignores the application bits as required by RFC 8285, sec 4.3 Fixes cisco#490
Fix two-byte RTP header extension encryption
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
how about add unsupported ChaCha20 Poly1305 ?
I dont known how to check build chacha20_poly1305 with new openssl 1.1.0
because travis use old openssl 1.0.1